var go/types.emptyInterface

9 uses

	go/types (current package)
		builtins.go#L563: 		check.assignment(x, &emptyInterface, "argument to panic")
		builtins.go#L570: 			check.recordBuiltinType(call.Fun, makeSig(nil, &emptyInterface))
		builtins.go#L600: 		x.typ = &emptyInterface
		interface.go#L32: var emptyInterface = Interface{complete: true, tset: &topTypeSet}
		interface.go#L55: 		return &emptyInterface
		object.go#L488: 		assert(Identical(typ, &emptyInterface))
		object.go#L489: 		typ = &emptyInterface
		typeparam.go#L115: 			return &emptyInterface
		typeparam.go#L120: 			return &emptyInterface